docs: don't use signal syntax for vfuncs
authorWilliam Jon McCann <william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 22:55:59 +0000 (17:55 -0500)
committerWilliam Jon McCann <william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 23:57:41 +0000 (18:57 -0500)
docs/reference/gtk/migrating-GtkStyleContext.xml

index f862c9f3791b3754551afa719f1b122b7f7ed80f..e04da1fe9b9bb257c8f9b6876691a8b1b8c5c566 100644 (file)
       <listitem>
         <para>
           If your container renders child widgets within different regions,
-          make it implement GtkContainer::get_path_for_child(). This function
+          make it implement #GtkContainer get_path_for_child(). This function
           lets containers assign a special #GtkWidgetPath to child widgets
           depending on their role/region. This is necessary to extend the
           concept above throughout the widget hierarchy.